@charset "UTF-8";
/* ---------------------------------------
  TITLE : HANSHIN Tigers
  URI : hanshintigers.jp
  (C) HANSHIN Tigers.
--------------------------------------- */

@import "/common/css/format.css";

/* PC,SP
--------------------------------------- */
header{
    background:#000;
    padding:24px 0 22px;
}
header h1 {
  text-align: center;
}
nav#pNav {
  background: #0063c6;
  background: -moz-linear-gradient(top,  #0063c6 0%, #0063c6 49%, #004a94 50%, #004a94 100%);
  background: -webkit-linear-gradient(top,  #0063c6 0%,#0063c6 49%,#004a94 50%,#004a94 100%);
  background: linear-gradient(to bottom,  #0063c6 0%,#0063c6 49%,#004a94 50%,#004a94 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0063c6', endColorstr='#004a94',GradientType=0 );
  border-top:1px solid #002270;
}
label{
	display:inline-block;
	cursor:pointer;
	transition:background ease-in .3s;
}
label.select{background:#bddbff;}
label.radio_text input[type="radio"]{
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
label.radio_text {
  min-height: 18px;
  position: relative;
}
label.radio_text span {
  display: inline-block;
  position: relative;
}
label.radio_text input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
label.radio_text input[type="radio"] + span::before {
  position: absolute;
  display: inline-block;
  content: '';
  box-sizing: border-box;
  border-radius: 50%;
  z-index: 0;
  top: 2px;
  left: 0;
  background-color: #fff;
  width: 18px;
  height: 18px;
  border: 1px #666 solid;
  transition: all .2s;
}
label.radio_text input[type="radio"]:checked + span::before {
	border-width: 6px;
	border-color: #0276ff;
}
div.stl {
  background: #0063c6;
  border-bottom:solid 6px #f6cf00;
}
div.stl h3 .tit{
  text-align:center;
  display:block;
}
#itemlist #pro_selection dl{
	box-sizing:border-box;
	border:1px solid #0063c6;
	background:#fff;
}
#itemlist #pro_selection dt{
	background:#0063c6;
	color:#fff;
	text-align:center;
}
#itemlist #pro_selection dd img{
	width:100%;
}
#itemlist #pro_selection dd a{
	display:block;
}
#itemlist #pro_selection dd a:hover{
	text-decoration:none;
}
#itemlist #pro_selection dd p{
	color:#0063c6;
	font-weight:bold;
	position:relative;
	text-align:right;
}
#itemlist small {
    font-size: 0.7em;
}
.item_cat dt{
	background:#0063c6;
	color:#f6cf00;
  font-weight:bold;
}
.item_cat dd img{
  width:100%;
}
.i_note{
	margin-top:10px;
	line-height:1.5;
}
ul.i_note li {
	margin-left: 1em;
	text-indent: -1em;
}
.i_note.oh{
	margin-top:2px;
}
.mt10{
	margin-top:10px;
}
.red {
    color: #FF0000;
}
nav#pNav li span{
  display: block;
  text-align: center;
  padding: 10px 0;
  background: rgba( 0,0,0,.4);
}
/* PC
--------------------------------------- */

@media only screen and (min-width: 768px) {

  /*-----------------------------
		LAYOUT
	------------------------------*/
  html {
      width: 100%;
      min-height: 100%;
  }
  body {
      min-width: 1024px;
  }
  #main_wrap{
    background:url(../img/main_bg.gif) repeat center center;
  }
  #main_wrap .main_img{
    background:url(../img/mv_main.png) no-repeat center center;
    height:600px;
  }
  .hide_PC{
    display:none;
  }
  nav#pNav ul {
      width: 1000px;
      /*padding: 10px 0;*/
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
  }
  nav#pNav li {
      border-right: 1px solid #a0a0a0;
      text-align: center;
      width: 100%;
  }
  nav#pNav li:first-child {
      border-left: 1px solid #a0a0a0;
  }
  nav#pNav li img {
      height: 30px;
      width: auto;
  }
  nav#pNav li a,
 nav#pNav li span{
      display: block;
      padding: 25px 0;
  }
  nav#pNav li a:hover {
      background: rgba(0, 112, 192, .5);
  }
  footer {
      background:#ddeffb;
  }
  p.copy {
      color: #0070c0;
      text-align: center;
      height: 80px;
      line-height: 80px;
  }
  section.unit {
      padding-bottom: 60px;
  }
  .inner {
      width: 1000px;
      margin: 0 auto;
      overflow: hidden;
  }
  section.bg-gray {
      background: #ddeffb;
  }
  #introduction h2 {
    text-indent: -9999em;
    width:780px;
    height:293px;
    margin: 20px auto 0;
    background: url(/home/family_with_tigers_day/img/ttl.gif) no-repeat center center;
  }
  #introduction .column_oth p.period{
    text-indent:-9999em;
    margin: 40px auto 25px;
    width:718px;
    height:130px;
    background:url(../img/p_period.gif) no-repeat 0 0;
  }
  #introduction .column_oth p.txt {
      line-height: 1.8;
      font-size: 16px;
  }
  div.stl {
    margin-bottom: 30px;
  }
  div.stl h3 {
    padding:25px 0;
  }
  ul.indent li {
      margin-left: 1em;
      text-indent: -1em;
  }
  /*-----------------------------
    TOP
  ------------------------------*/
  section.bg-gray .inner {
    width: 940px;
    padding: 30px;
    background: #FFF;
  }
  section.bg-gray .inner .indent{font-size:14px;}
  #overview h5 {
      font-weight: bold;
      font-size: 16px;
  }
  #overview p {
      font-size: 14px;
  }
  #overview p+h5 {
      padding-top: 30px;
  }

  #itemlist p {
      font-size: 16px;
  }
  #itemlist ul.indent li {
      font-size: 14px;
  }
  #itemlist .list_wrap {
      padding-top: 30px;
      overflow: hidden;
  }
  #itemlist .list_wrap h4 {
      background: #76817f;
      color: #FFF;
      line-height: 1;
      padding: 8px 0;
      font-size: 16px;
      text-align: center;
  }
  #itemlist .list_wrap h4+p {
      text-align: center;
      padding: 15px 0 20px 0;
  }
  #itemlist .list_wrap.base .list_r p{
    text-align: center;
     padding: 15px 0 5px 0;
  }
  #itemlist .list_wrap.base .list_r p+p{
    font-size:12px;
    padding:0 0 20px 0;
  }
  #itemlist .list_wrap.coach {
      display:flex;
      flex-wrap:wrap;
      align-items:center;
  }
  #itemlist .list_wrap.coach div {
      width: 300px;
      margin-right: 20px;
  }
  #itemlist .list_wrap.coach div:nth-child(3n) {
      margin-right: 0;
  }
  #itemlist .list_wrap.player ul {
      display:flex;
      flex-wrap:wrap;
      align-items:center;
  }
  #itemlist .list_wrap.player li {
      width: 300px;
      margin-right: 20px;
      letter-spacing: normal;
      font-size: 16px;
      text-align: center;
      padding: 15px 0;
  }
  #itemlist .list_wrap.player li:nth-child(3n) {
      margin-right: 0;
  }
  #itemlist .list_wrap.player div.p2 {
      width: 620px;
      float: left;
  }
  #itemlist .list_wrap.player div.p2 ul li {
      margin-right: 0;
  }
  #itemlist .list_wrap.player div.p1 {
      width: 300px;
      float: right;
      margin-right: 0;
  }
  #caution {
      padding-bottom: 0;
  }
  #caution ul.indent li {
      padding-bottom: 5px;
  }
  #itemlist #pro_selection{
    width:1000px;
    margin:30px auto 0;
  }
  #itemlist #pro_selection .pro_sec_inner{
    display:flex;
    justify-content:space-between;
  }
  #itemlist #pro_selection dl{
    width:490px;
  }
  #itemlist #pro_selection dt{
    font-size:18px;
    padding:5px 3px;
  }
  #itemlist #pro_selection dd a{
    padding:17px 30px 30px;
  }
  #itemlist #pro_selection dd p{
    font-size:20px;
  }

  /*-----------------------------
    GUIDE /  MEMBER
  ------------------------------*/
  #guide,
  #member-rule {
      padding-bottom: 0;
  }
  #guide .inner h5,
  #member-rule .inner h5 {
      font-weight: normal;
      background: #76817f;
      color: #FFF;
      font-size: 16px;
      padding: 5px 10px;
  }
  #guide .inner p,
  #member-rule .inner p {
      font-size: 14px;
      padding: 10px 0 20px 0;
  }
  #member-rule ol {
      padding: 10px 0 20px 0;
  }
  #member-rule ol li {
      font-size: 14px;
      list-style-type: decimal;
      margin-left: 2em;
      padding-bottom: 5px;
  }
  #member-rule .inner p+ol {
      padding-top: 0;
  }
  .btn_area {
      padding: 10px 20px 30px 20px;
      background: #f1f1f1;
      text-align: center;
      margin-top: 30px;
  }
  .btn_area p {
      text-align: center;
      font-size: 20px !important;
  }
  .btn_area .btn a {
      display: block;
      width: 300px;
      height: 60px;
      line-height: 60px;
      color: #000;
      background: #d5d9d8;
      font-size: 16px;
      text-align: center;
      text-decoration: none;
      border: 1px solid #76817f;
  }
  .btn_area .btn a:hover {
      color: #FFF;
      background: #0070c0;
      border-color:#0070c0;
  }
  .btn_area ul {
      text-align: center;
  }

  .btn_area li {
      display: inline-block;
      margin: 0 10px;
  }
  .btn_area div.btn {
      width: 300px;
      margin: 15px auto 0 auto;
  }

  /*-----------------------------
    FORM
  ------------------------------*/
  .item_cat{
    margin-bottom:30px;
  }
  .item_cat dl{
    display:flex;
  }
  .item_cat dt,
  .item_cat dd{
    width:470px;
  }
  .item_cat dt{
    font-size:25px;
    padding:6px;
  }
  .item_cat dt dfn{
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    border:solid 4px #f6cf00;
    box-sizing:border-box;
  }
  .registNav {
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
  }

  .registNav li {
    float: left;
    width: 25%;
    text-align: center;
    font-size: 16px;
    background: #d5d9d8;
    color: #777;
    height: 50px;
    line-height: 50px;
    position: relative;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .registNav li.current {
      background: #0070c0;
      color: #FFF;
  }
  .registNav li.current::after {
      content: "";
      width: 0;
      height: 0;
      border-left: 25px solid #0070c0;
      border-top: 25px solid transparent;
      border-bottom: 25px solid transparent;
      position: absolute;
      right: -25px;
      z-index: 1;
  }
  .registNav li.current::before {
      content: "";
      width: 0;
      height: 0;
      border-left: 25px solid #d5d9d8;
      border-top: 25px solid transparent;
      border-bottom: 25px solid transparent;
      position: absolute;
      left: 0;
      z-index: 1;
  }
  #regist {
      padding-bottom: 0;
  }

  #regist p {
      font-size: 15px;
  }
  #regist p+ul.indent {
      padding-top: 5px;
      font-size: 14px;
  }
  table.form {
      margin: 20px 0;
      width: 100%;
  }
  table.form th,
  table.form td {
      font-size: 13px;
      font-weight: normal;
      padding: 10px;
      border: 1px solid #ddd;
  }
  table.form th {
      background: #eee;
      width: 30%;
  }

  table.form input[type="text"],
  table.form input[type="password"] {
      padding: 5px;
      font-size: 14px;
  }
  table.form input.w1 {
      width: 60px;
  }
  table.form input.w2 {
      width: 120px;
  }
  table.form input.w3 {
      width: 360px;
  }
  table.form th .must {
      color: #C46B68;
      font-size: 10px;
  }
  table.form td.result {
      color: #4D5460;
      font-size: 15px;
  }
  .btn input[type="button"] {
      background: #d5d9d8;
      font-size: 16px;
      text-align: center;
      text-decoration: none;
      border: 1px solid #76817f;
      width: 300px;
      height: 60px;
      line-height: 60px;
      margin-top: 20px;
      cursor:pointer;
  }
  .btn input[type="button"]:hover {
      background: #0070c0;
      color: #FFF;
      border: 1px solid #0070c0;
  }
  /*input[type="radio"] {
      vertical-align: middle;
      font-family: "ＭＳ Ｐゴシック", "ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif;
      position: relative;
      border: none;
      top: -2px;
      top: 0\9;
      margin-right: 2px;
      margin-right: 0\9;
      height: 16px;
      line-height: 16px;
  }*/
  .error {
      padding: 20px;
      border: double 4px #C46B68;
      margin-top: 20px;
  }
  .error p {
      color: #C46B68;
      font-size: 14px !important;
      padding-bottom: 10px;
  }
  .error ul li {
      list-style-type: disc;
      margin-left: 1.5em;
      color: #C46B68;
      font-size: 13px;
  }
  .message {
      border: #4D5460 4px double;
      padding: 20px;
      background: #E0E0E8;
      color: #4D5460;
      text-align: center;
  }
  .message p.normal {
      font-size: 14px !important;
      text-align: center;
  }
  .message p.normal span {
      font-size: 18px !important;
      text-align: center;
      display: block;
      padding-bottom: 10px;
  }
  /*-----------------------------
				radio_btn
	------------------------------*/
	label.radio_text input[type="radio"] + span {
		padding-left: 22px;
	}
}